home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / FD2Pragma.readme < prev    next >
Encoding:
Text File  |  1996-10-11  |  2.3 KB  |  60 lines

  1. Short:    V2.11 creates pragma, lvo and stub files
  2. Author:   stoecker@rcs.urz.tu-dresden.de (Dirk Stöcker)
  3. Uploader: stoecker@rcs.urz.tu-dresden.de (Dirk Stöcker)
  4. Version:  2.11
  5. Type:     dev/misc
  6.  
  7. This utility creates pragma, lvo files, assembler stubs and .lib files out
  8. of a given fd-file.
  9.  
  10. The following pragma formats are supported: amicall, libcall, syscall,
  11. tagcall(SAS_C method), tagcall(StormC++ method).
  12.  
  13. The command template you get with FD2Pragma ? . Additional help you
  14. get if you type a ? again, when in help mode!
  15.  
  16. AMICALL, LIBCALL, AMITAGS, LIBTAGS and CSTUBS need a string as
  17. argument. This string is used to set a #if (given string) before the set
  18. method. So it is possible to create a file like this
  19.  
  20. --> fd2pragma FDFILE xxx AMICALL " defined(__MAXON__) || defined(AZTEC_C)"
  21.     LIBCALL "def __SASC"
  22.  
  23. #if defined(__MAXON__) || defined(AZTEC_C)
  24.   do amicalls
  25. #endif
  26. #ifdef __SASC
  27.   do libcalls
  28. #endif
  29.   
  30. If you give a "" string, then no #if will be added.
  31.   
  32. This program is in the public domain. Use it as you want, but WITHOUT ANY
  33. WARRANTY!
  34.  
  35. Please contact me:
  36.  
  37. ***************************************************************************
  38. * snail-mail: Dirk Stoecker              * e-mail:                        *
  39. *             Geschwister-Scholl-Str. 10 * stoecker@rcs.urz.tu-dresden.de *
  40. *             01877 Bischofswerda        * phone:                         *
  41. *             GERMANY                    * GERMANY 03594/706666           *
  42. ***************************************************************************
  43.  
  44.  
  45. ============================= Archive contents =============================
  46.  
  47. Original  Packed Ratio    Date     Time    Name
  48. -------- ------- ----- --------- --------  -------------
  49.    14812    8183 44.7% 16-Sep-96 18:36:16  FD2Pragma
  50.     9064    3449 61.9% 16-Sep-96 18:36:34  FD2Pragma.doc
  51.     1540     733 52.4% 16-Sep-96 18:36:16  FD2Pragma.readme
  52.    36420   10627 70.8% 16-Sep-96 18:36:18 +FD2Pragma.c
  53.    25502    6379 74.9% 16-Sep-96 18:36:20 +FD2Pragma2_0.c
  54.     1644     613 62.7% 16-Sep-96 18:36:20 +SDI_ASM_STD_functions.o
  55.     2512     671 73.2% 16-Sep-96 18:36:20 +SDI_ASM_STD_protos.h
  56.     4293    1762 58.9% 16-Sep-96 18:36:20 +SDI_defines.h
  57.      547     310 43.3% 16-Sep-96 18:36:20 +SDI_structures.h
  58. -------- ------- ----- --------- --------
  59.    96334   32727 66.0% 03-Oct-96 01:38:40   9 files
  60.